home *** CD-ROM | disk | FTP | other *** search
/ Strike Squad / Strike Squad.iso / prevguid / tusc / doctext / gtrsp.txt < prev    next >
Encoding:
Text File  |  1992-10-07  |  3.1 KB  |  85 lines

  1.  
  2.  
  3.               GUIDE TO RUNNING SHAREWARE AND PUBLIC DOMAIN PROGRAMS 
  4.               ───────────────────────────────────────────────────── 
  5.  
  6.          Startup Directions: 
  7.  
  8.          1. Boot up DOS on your system. 
  9.  
  10.          Place your DOS system diskette in drive A and power on you 
  11.          system. Enter the date and time at the prompts (if 
  12.          applicable). The DOS prompt should then appear as "A:>". 
  13.  
  14.          2. Make a working copy of the distribution diskettes. 
  15.  
  16.          With the DOS disk in drive A, use the DISKCOPY command. 
  17.             
  18.          A:>DISKCOPY A: B: 
  19.  
  20.          Follow the DISKCOPY prompts which appear.  The "SOURCE" disk 
  21.          refers to the original diskette that you want to make a copy 
  22.          of.  The "TARGET" disk refers to the blank diskette you are 
  23.          copying to. 
  24.  
  25.          3. Listing the directory on the DISKETTE. 
  26.             
  27.          To list the directory of files on the diskette. A:>DIR 
  28.          (press the ENTER KEY) 
  29.             
  30.          You can use the CTRL & NUM LOCK in conjunction or if your 
  31.          keyboard has a PAUSE key press it to stop the screen from 
  32.          scrolling. Then just press the spacebar to continue. 
  33.             
  34.          4. Read the README Files. 
  35.             
  36.          Most diskettes have some sort of instruction information to 
  37.          startup the software.  These files are often named as 
  38.          README, README.DOC, README.TXT, READ.ME, FILES.DOC, 
  39.          FILES.TXT, Etc. 
  40.  
  41.          Use the DOS "TYPE" command to display the file to the screen 
  42.          or printer. 
  43.  
  44.          Substitute the correct name of the file for FILENAME. 
  45.            
  46.          A:>type FILENAME "To screen" A:>type FILENAME > lpt1 "To 
  47.          printer if attached to printer port 1." 
  48.          
  49.          Note if printing these files be sure to have your printer on 
  50.          and ready to print and plenty of paper in the printer. 
  51.  
  52.          You may also use a Word processor or text editor program to 
  53.          read these files. 
  54.  
  55.          5. Running a PROGRAM. 
  56.  
  57.          Most programs are  DOS executable files and have the file 
  58.          name extension of ".EXE", ".COM".  To run these programs. 
  59.             
  60.          Substitute the correct name of the file for FILENAME. 
  61.             
  62.          A:>FILENAME (press the ENTER KEY) 
  63.              
  64.          6. Running a BASIC PROGRAM. 
  65.             
  66.          BASICA can be found on your DOS diskette. To run a basic 
  67.          program you must first load BASICA or an equivalent such as 
  68.          GWBASIC. If you have a PC jr. you must have the BASIC ROM 
  69.          cartridge. 
  70.             
  71.          Place the DOS diskette in drive A: then at the DOS prompt 
  72.          enter: "A:\BASICA"  and press the enter key. This will load 
  73.          BASIC. When the  "OK"  prompt appears on screen you are now 
  74.          ready to run a program. 
  75.  
  76.          REMOVE THE DOS diskette AND INSERT THE diskette with the 
  77.          program you want to run. 
  78.  
  79.          To run the program type "( RUN "FILENAME  )". 
  80.             
  81.          Substitute the correct name of the PROGRAM file for 
  82.          FILENAME. 
  83.  
  84.  
  85.